Function isotope::parser::primitive[][src]

pub fn primitive(input: &str) -> IResult<&str, Expr>
Expand description

Parse an isotope primitive

Factored out to keep the main grammar clean